Call this method to initialise the Python engine for your application. This variation takes no parameter.
shared Init()Your application must initialise Python before doing anything else with Python, except Xojo classes to be exposed to Python need to be registered first and also if you want to check if Python installation exists on the machine then that needs to happen first.
It is good idea to check first if Python 3.4.x actually has been installed on the machine which can be done like this: